

.submenu{ /*ocultamos icono para responsive*/
	display: none;
	color: #fff;
	font-weight: 600;
}

.nav {
	font-size: 2rem;
}

.nav ul{
	margin: 4px;
	padding: 2px;
	list-style: none; /* se le quitan viñetas */
	text-align: center;
}

.nav ul li{
	display: inline-block; /*se colocan en linea*/ 
}

.nav ul li a{
	color: #6e6e6e;
	text-decoration:none;
	font:bold 16px Verdana;
	padding: 5px;
	background: transparent;
	border-bottom: 5px solid transparent;
	transition: border-bottom .5s;
	-webkit-transition:border-bottom .5s;
	-moz-transition:border-bottom .5s;
	-o-transition:border-bottom .5s;
}

.nav ul li a:hover{
	border-bottom: 3px solid #FF00FF;
}
 .fas {
 		padding: 5px;
 }
